-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @elastic/charts to v18.1.0 #60578
Update dependency @elastic/charts to v18.1.0 #60578
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lens changes LGTM
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Pinging @elastic/siem (Team:SIEM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested in UI - works as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kbn/ui-shared-deps
upgrade LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
infra
changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ML changes LGTM, also did a local test, thanks for fixing the regressions!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very clean code changes to the SIEM code. I checked this out test ran it against our data and all the charts look to be operating.
Appreciate the process the charting team has put into place and how everyone auto updates everyone's code. Really unique and motivating for me to see this much participation and collaboration in these pull requests.
LGTM 👍
* master: (55 commits) Update dependency @elastic/charts to v18.1.0 (elastic#60578) Only set timezone when user setting is a valid timezone (elastic#57850) [NP] Remove `ui/agg_types` dependencies and move paginated table to kibana_legacy (elastic#60276) [SIEM] Fix types in rules tests (elastic#60736) [Alerting] prevent flickering when fields are updated in an alert (elastic#60666) License checks for actions plugin (elastic#59070) Implemented ability to clear and properly validate alert interval (elastic#60571) WebElementWrapper: add findByTestSubject/findAllByTestSubject to search with data-test-subj (elastic#60568) [Maps] Update layer dependencies to NP (elastic#59585) [Discover] Remove StateManagementConfigProvider (elastic#60221) [ML] Listing all categorization wizard checks (elastic#60502) [Upgrade Assistant] First iteration of batch reindex docs (elastic#59887) [SIEM] Export timeline (elastic#58368) [SIEM] Add support for actions and throttle in Rules (elastic#59641) Fix ace a11y listener (elastic#60639) Add addInfo toast to core notifications service (elastic#60574) fix test description (elastic#60638) [SIEM] Cypress screenshots upload to google cloud (elastic#60556) [canvas/shareable_runtime] sync sass loaders with kbn/optimizer (elastic#60653) [SIEM] Fixes Modification of ML Rules (elastic#60662) ...
Summary
This PR contains the following updates:
^17.1.1
->^18.1.0
For reviewers
There are few breaking changes reported in the Release Notes below.
Please note that the main breaking change is the following:
<Settings />
component how hides by default the last/current value on the legend (highlighted in red in the screenshot below). I've manually added this extra value on the legend whenever I saw it wasn't disabled manually.Please check carefully and if you need to enable/disable that please use the
showLegendExtra
prop on the<Settings />
componentRelease Notes
18.1.0 (2020-03-18)
Bug Fixes
Features
18.0.0 (2020-03-17)
Code Refactoring
Features
BREAKING CHANGES
getSpecId
,getGroupId
,getAxisId
andgetAnnotationId
are no longer available. Use a simplestring
instead.customSeriesColors
prop onSeriesSpec
is nowcolor
. TheCustomSeriesColors
type is replaced withSeriesColorAccessor
.customSubSeriesName
prop on series specs in favor of cleaner api using just thename
prop onSeriesSpec
. The typesSeriesStringPredicate
,SubSeriesStringPredicate
have been removed.SeriesIdentifier
type is generalized into a simplified object with two values in common:specId
andkey
. A specializedXYChartSeriesIdentifier
extends now the baseSeriesIdentifier
.The
SettingsSpec
propshowLegendDisplayValue
is renamed toshowLegendExtra
and its default value is nowfalse
hiding the current/last value on the legend by default.@elastic/charts upgrade procedure
Checklist
Delete any items that are not applicable to this PR.
For maintainers